home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / memacs < prev    next >
Text File  |  1993-01-23  |  1KB  |  44 lines

  1. MEMACS(1)                       DOS COMMANDS                       MEMACS(1)
  2.  
  3. NAME:
  4.      MEMACS : the most powerful editor that comes with AmigaDOS.
  5.  
  6. SYNOPSIS:
  7.      MEMACS [<file>] [GOTO nn] [OPT W]
  8.  
  9. TEMPLATE:
  10.      MEMACS
  11.  
  12. PATH:
  13.      SYS:Tools
  14.  
  15. DESCRIPTION:
  16.            MEMACS in an Amiga version of the Public Domain Micro Emacs
  17.      Editor. MEMACS is more powerful than ED and friendlier than EDIT.
  18.      Amiga user who don't have a hard disk must specify the full path to
  19.      call MEMACS: Extras1.3:Tools/Memacs . For hard disk user, the Tools
  20.      directory is in the path, so MEMACS is sufficient to start the editor.
  21.      To make things simpler, the best is to define an alias in the startup
  22.      sequence:
  23.  
  24.      alias MEMACS Extras1.3:Tools/MEMACS
  25.  
  26.            MEMACS is menu driven, and so is easy to use. A full description
  27.      of its features, is given in the AmigaDOS manual.
  28.            MEMACS takes a file name as the first argument, but don't need
  29.      one. If started without argument, MEMACS edits a new unnamed file.
  30.  
  31. OPTIONS:
  32.      GOTO nn: with this option, MEMACS opens a file and go directly to the
  33.               line nn.
  34.      OPT W  : with this option, MEMACS opens a window in the Workbench 
  35.               screen. Otherwise, MEMACS opens its own screen. This option is 
  36.               useful mainly on system that are short of memory.
  37.  
  38. SEE ALSO:
  39.      ED, EDIT.
  40.  
  41. EXAMPLE:
  42.      > SYS:Tools/MEMACS s:Startup-sequence
  43.      > SYS:Tools/MEMACS MyFile GOTO 200
  44.